Skip to content

ci(release): use NODE_AUTH_TOKEN for npm authentication#429

Merged
jcbsfilho merged 1 commit into
mainfrom
ci/first-release-namespaces
Apr 23, 2026
Merged

ci(release): use NODE_AUTH_TOKEN for npm authentication#429
jcbsfilho merged 1 commit into
mainfrom
ci/first-release-namespaces

Conversation

@jcbsfilho
Copy link
Copy Markdown
Collaborator

This pull request makes a minor update to the GitHub Actions workflow configuration by changing the environment variable name used for the npm authentication token. This improves compatibility with npm's expectations for authentication in CI/CD pipelines.

  • In .github/workflows/release.yml, replaced the NPM_TOKEN environment variable with NODE_AUTH_TOKEN for npm authentication.

@jcbsfilho jcbsfilho requested a review from a team as a code owner April 23, 2026 22:46
@github-actions
Copy link
Copy Markdown
Contributor

SCC Complexity Analysis

  • Title: ci(release): use NODE_AUTH_TOKEN for npm authentication
  • Author: jcbsfilho
Metric Source Branch (ci/first-release-namespaces) Target Branch (main) Difference
Complexity 2438 2438 0
Code 49891 49940 -49

@jcbsfilho jcbsfilho merged commit 845f095 into main Apr 23, 2026
8 of 9 checks passed
@jcbsfilho jcbsfilho deleted the ci/first-release-namespaces branch April 23, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant